home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
DEF
/
Access
/
tempo-of
< prev
next >
Wrap
Text File
|
1998-10-23
|
261b
|
9 lines
tempo-of instrument
Returns a class property of the instrument defined with def-tempo. Can be used for accessing already made definition of an instrument.
(def-tempo 121
piano-left-hand (51 60 40)
piano-right-hand (reverse (tempo-of piano-left-hand))
)